-
Notifications
You must be signed in to change notification settings - Fork 5
[ADD] l10n_uy_ux: certificate ux #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
zaoral
commented
Jan 6, 2026
- hide private key not used
- save filename when loading certificate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Este PR mejora la experiencia de usuario (UX) del manejo de certificados para la localización uruguaya. Los cambios incluyen ocultar el campo de clave privada (public_key_id) para certificados de Uruguay y preservar el nombre del archivo al cargar certificados.
- Agrega el campo
content_filenamepara almacenar el nombre del archivo del certificado - Oculta el campo
public_key_idcuando el certificado es de Uruguay - Incrementa la versión del módulo de 1.1.0 a 1.2.0
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| l10n_uy_ux/models/certificate_certificate.py | Agrega el campo content_filename para almacenar el nombre del archivo del certificado |
| l10n_uy_ux/views/certificate_certificate_view.xml | Hereda la vista del certificado para conectar el campo content_filename con el widget de archivo y ocultar public_key_id para certificados uruguayos |
| l10n_uy_ux/manifest.py | Incrementa la versión a 19.0.1.2.0 y registra el nuevo archivo de vista en la lista de datos |
* hide private key not used fir UY certiciate * save filename and ext when loading certificate
8fb3e97 to
f477d23
Compare
|
@roboadhoc r+ |
* Link certificate and private key directly when creating a new certificate, avoiding problem on clean up of the p key. * Disable create option and only leave create and edit available * Store certificate name: we store the certificate name and ext. better to identify the uploaded file and better to manage the file if we need to download it * hide not used fields: public key, certificate password and scope selection field Part-of: #867 Related: ingadhoc/uruguay#382 Signed-off-by: Juan José Scarafía <[email protected]>
Should not copy if we duplicate the electronic move (invoice, debit and credit notes). the value will be empty closes #867 Related: ingadhoc/uruguay#382 Signed-off-by: Juan José Scarafía <[email protected]>
